lib/config: Deprecate commit-update-summary option
authorJonathan Lebon <jonathan@jlebon.com>
Mon, 30 Jul 2018 14:54:15 +0000 (10:54 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 1 Aug 2018 19:59:07 +0000 (19:59 +0000)
commit72a54fa877e7b459ab4dc19dbb5cc288f219b41c
tree25650776ece705fc6cd0fe0212243558d82c8bbc
parent786ee6bdec8cac24b127af7828659d71702d4f8e
lib/config: Deprecate commit-update-summary option

Now that we have `auto-update-summary`, there is no point in having
`commit-update-summary`. The latter also only had an effect through
the `commit` CLI command, whereas the former is embedded directly in
libostree.

There is one corner case that slips through: `commit` would update the
summary file even if orphan commits were created, which we no longer do
here. I can't imagine anyone relying on this, so it seems safe to drop.

Closes: #1689
Closes: #1693
Approved by: mwleeds
man/ostree.repo-config.xml
src/libostree/ostree-repo.c
src/ostree/ot-builtin-commit.c